From 306cc2ed717593ea24667594f54c8755166f03b6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 21 Mar 2005 06:05:18 +0000 Subject: [PATCH] Fix typo --- gtk/gtkcellrendererpixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index 032cdc3d4d..3f62860267 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -199,7 +199,7 @@ gtk_cell_renderer_pixbuf_class_init (GtkCellRendererPixbufClass *class) P_("Whether the rendered pixbuf should be " "colorized according to the state"), FALSE, - G_PARAM_READWRITE | STATIC_STRIGNS)); + G_PARAM_READWRITE | STATIC_STRINGS)); g_type_class_add_private (object_class, sizeof (GtkCellRendererPixbufPrivate)); -- 2.30.2